x86/ucode: Improve error handling and container file processing on AMD
authorBoris Ostrovsky <boris.ostrovsky@amd.com>
Tue, 11 Dec 2012 16:46:57 +0000 (17:46 +0100)
committerBoris Ostrovsky <boris.ostrovsky@amd.com>
Tue, 11 Dec 2012 16:46:57 +0000 (17:46 +0100)
commite2d0f7d8c8b6989488897aa0b01305a43a6eefe7
tree913570e7701a299d3827d326a1ccccaa413a8b15
parentc1510eb871a5c7f6e4cf29b50f8365408131869b
x86/ucode: Improve error handling and container file processing on AMD

Do not report error when a patch is not appplicable to current processor,
simply skip it and move on to next patch in container file.

Process container file to the end instead of stopping at the first
applicable patch.

Log the fact that a patch has been applied at KERN_WARNING level, modify
debug messages.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@amd.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/microcode_amd.c